Make touch-selection popovers font-inert
authorMatthias Clasen <mclasen@redhat.com>
Tue, 7 Oct 2014 17:28:54 +0000 (13:28 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 7 Oct 2014 17:28:54 +0000 (13:28 -0400)
Just like context menus, these should not inherit font
settings from the text view they are attached to.

gtk/resources/theme/Adwaita/_common.scss

index b3efa3571c63f555b0372749ddd8b6ee9af8d1e2..3c5a0e5a671c7c7151b5745d4eb3af8537024e1a 100644 (file)
@@ -2954,6 +2954,7 @@ GtkVolumeButton.button { padding: 8px; }
 }
 
 /* Decouple the font of context menus from their entry/textview */
+.touch-selection,
 .context-menu {
   font: initial;
 }